home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Sound / LAME / LAME.readme < prev    next >
Encoding:
Text File  |  1999-09-12  |  2.3 KB  |  82 lines

  1. LAME Ain't a Mp3 Encoder
  2. ~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Don't be fooled by the name, LAME is a mp3 encoder, and a damn good one at that
  5. too! ;)
  6.  
  7. Since v3 it started using GPSYCHO, a GPL'd psycho-acoustic model (if you don't
  8. know what that is, read up on the mp3 format) that produces a very nice final
  9. result.
  10.  
  11. This is my (very successful ;) ) attempt at porting it to the Amiga, since I
  12. felt that the other ports out there were too poor and unstable, and not updated
  13. frequently enough (LAME is still a project in progress, and there are often
  14. updates available). This port has been extensively tested and proved very
  15. stable, and will be updated frequently alongside the original project.
  16.  
  17.  
  18. - CISC
  19.  
  20.  
  21.  
  22. Hints & Tips
  23. ~~~~~~~~~~~~
  24.  
  25. Experiencing startup or random crashes when running LAME?
  26.  
  27. - Try increasing stacksize (LAME needs atleast 100000 (This only applies to PPC
  28.   version, as the 68k versions have automatic stackextend)).
  29.  
  30. - Unplug your accelerator board and plug it in again, as it is known that there
  31.   sometimes occur a bad connection for whatever reason that will make your
  32.   programs behave badly (esp. PPC).
  33.  
  34. - Remove nasty patches.
  35.  
  36.  
  37. I'm encoding directly from CD using AsimCDFS, and all my RAM disappears.
  38.  
  39. - Turn off "Stream CDDA Audio" in AsimCDFS_Prefs. (Thanks to Denis Zwornarz)
  40.  
  41.  
  42. When I encode from CDDA files the resulting MP3 sounds like trash.
  43.  
  44. - Most CD-ROMs return CDDA in the Intel byte order (little endian), you have to
  45.   use the -x option to force byteswapping on the data.
  46.  
  47.  
  48. 3.05+ is slower than 3.04, why?
  49.  
  50. - 3.05 uses a different quantization routine for j-stereo which is slower (but
  51.   better), use the "-m f" option to use another routine that's a little faster.
  52.  
  53.  
  54. LAME is too slow, I want something faster!
  55.  
  56. - I've optimized the exe's as good as I can, but if you want to encode even
  57.   faster (but with poorer quality), use the "-f" option.
  58.  
  59.   (on a 060/50 the speed is 0.1225x vs. 0.2310x here. (v3.26)) ;)
  60.  
  61. - Get a PPC card (my 604e/233 encodes at 1.0522x (no options enabled) and
  62.   2.0560x (-f option) with a 44.1kHz stereo AIFF). ;)
  63.  
  64.  
  65. Where's the WarpOS version of LAME?
  66.  
  67. - Use Frank Wille's ppclibemu, with that the ELF works gr8 under WarpOS.
  68.  
  69.  
  70.  
  71. Links
  72. ~~~~~
  73.  
  74. The Amiga Alternative Audio Page (Homepage of LAME, BladeEnc and RAPlay)
  75. -> http://csc.smsu.edu/~strauser/audio.html
  76.  
  77. LAME
  78. -> http://www.sulaco.org/mp3/
  79.  
  80. MP3'Tech
  81. -> http://www.mp3tech.org/
  82.